@charset "utf-8";
/* CSS Document */
.bday:any-link {
	color: #000000;
	font-size: 40px;
	font-weight: bolder;
	justify-content: center;
	align-items: center;
}
.about:any-link { 
	color: #000;
	font-size: 40px;
	font-weight: bolder;
	justify-content: center;
	align-items: center;
}
.navh:hover {
	.bottombar{
	}
	.navbar{
		list-style-type: none;
	}
.about:any-link { 
	color: #731488;
	font-size: 40px;
	font-weight: bolder;
	transition: 0.6s;
	justify-content: center;
	align-items: center;
}
.bday:any-link {
	color: #731488;
	font-size: 40px;
	font-weight: bolder;
	transition: 0.6s;
	justify-content: center;
	align-items: center;
}
.arw {
	color: #000;
	transition: 0.6s;
	justify-content: center;
	align-items: center;
	list-style-type: none;
}
span:hover {
	transform: translateX(20px);
}
}

.remko {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 80px;
	transition: 0.6s;
	align-items: center;
	justify-content: center;
}
a:link {
	color: #731488;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}
a:visited {
	text-decoration: none;
	color: #731488;
	justify-content: center;
	align-items: center;
}
a:hover {
	text-decoration: none;
	color: #731488;
	justify-content: center;
	align-items: center;
}
a:active {
	text-decoration: none;
	color: #731488;
	font-weight: bold;
	font-style: inherit;
	text-align: center;
	justify-content: center;
	align-items: center;
}
body, html {
	background-color: #000000;
}
.navbar {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  list-style-type: none;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #000000;
  box-shadow: 0px 17px 59px 11px #33053d;
}
.bottombar {
	font-weight: bold;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background-color: #000000;
	color: #731488;
	box-shadow: 0px 17px 59px 11px #33053d;
	text-align: left;
}
.bottombar a {
  text-decoration: underline;
  overflow: hidden;
}
/* NAVBAR MENU */
.navh {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu li {
  padding: 5px 14px;
}

.head {
	position: relative;
}
.button {
	font-size: 8px;
	background-color: #000;
	border: solid;
	border-color: #731488;
	color: #731488;
	padding: 27px 0px;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 100px;
	border-width: 10px;
	text-align: center;
}
.button1 {
	font-size: 35px;
	background-color: #000;
	border: solid;
	border-color: #731488;
	color: #731488;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
 	margin: 4px 2px;
	cursor: pointer;
	border-radius: 100px;
	border-width: 10px;
}
.button2 {
	font-size: 35px;
	background-color: #000;
	border: solid;
	border-color: #731488;
	color: #731488;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
 	margin: 4px 2px;
	cursor: pointer;
	border-radius: 100px;
	border-width: 10px;
}
.button3 {
	font-size: 35px;
	background-color: #000;
	border: solid;
	border-color: #731488;
	color: #731488;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
 	margin: 4px 2px;
	cursor: pointer;
	border-radius: 100px;
	border-width: 10px;
}